home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / boiler_b.swf / scripts / frame_139 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  478 b   |  21 lines

  1. p3powergen_so = SharedObject.getLocal("ciscocricket");
  2. if(p3powergen_so.data.usrname != undefined)
  3. {
  4.    usrname_txt.text = p3powergen_so.data.usrname;
  5. }
  6. if(p3powergen_so.data.usremail != undefined)
  7. {
  8.    usremail_txt.text = p3powergen_so.data.usremail;
  9. }
  10. bsubmit_mc.onRelease = function()
  11. {
  12.    snd_mc.playsound("pButton");
  13.    pingHighScore("submit");
  14. };
  15. bcancel_mc.onRelease = function()
  16. {
  17.    snd_mc.playsound("pButton");
  18.    pingHighScore("grab");
  19. };
  20. stop();
  21.